home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-s3c2442 / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  474 b   |  29 lines

  1. # arch/arm/mach-s3c2442/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6.  
  7. config CPU_S3C2442
  8.     bool
  9.     depends on ARCH_S3C2410
  10.     select S3C2410_CLOCK
  11.     select S3C2410_GPIO
  12.     select S3C2410_PM if PM
  13.     select CPU_S3C244X
  14.     select CPU_LLSERIAL_S3C2440
  15.     help
  16.       Support for S3C2442 Samsung Mobile CPU based systems.
  17.  
  18.  
  19. menu "S3C2442 Machines"
  20.  
  21. config SMDK2440_CPU2442
  22.     bool "SMDM2440 with S3C2442 CPU module"
  23.     depends on ARCH_S3C2440
  24.     select CPU_S3C2442
  25.  
  26.  
  27. endmenu
  28.  
  29.